home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Graphics / GraphicsWrap / Source / PolyInspector.h < prev    next >
Text File  |  1991-09-16  |  157b  |  16 lines

  1. #import <objc/Object.h>
  2.  
  3. @interface PolyInspector:Object
  4. {
  5.   id poly_window;
  6.   id poly_view;
  7.   id poly_matrix;
  8. }
  9.  
  10. - init;
  11.  
  12. - inspect:aPoly;
  13.  
  14. - window; 
  15. @end
  16.